.....Name the following program anything that you want




ClrHome
Input "BASE? ",B
Input "VALUE TO SOLVE? ",A
Disp "ANSWER HAS BEEN","SAVED TO C.","ANSWER IS: 
log(A)/log(B)->C
Output(6,12,round(C,3))
Output(7,1,"WHEN PROGRAM IS DONE, USE C IN  THE EQUATION
Stop